From bb41b770bff65015256d75aa18d92382d1a9a0a9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 27 Jun 2002 16:22:31 +0000 Subject: [PATCH] (minibuffer_completion_contents): Add return type. --- src/minibuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minibuf.c b/src/minibuf.c index dc0e16c7ba2..3d9451b2bc9 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -369,6 +369,7 @@ The current buffer must be a minibuffer. */) /* Get the text in the minibuffer before point. That is what completion commands operate on. */ +Lisp_Object minibuffer_completion_contents () { int prompt_end = XINT (Fminibuffer_prompt_end ()); -- 2.30.2